Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rush-lib] Fix concurrency of rush-lib build script #4411

Merged
merged 4 commits into from
Oct 27, 2023

Conversation

D4N14L
Copy link
Member

@D4N14L D4N14L commented Oct 27, 2023

Summary

Recent change #4401 added concurrent path traversal to the buildscript used by rush-lib. This however would allow for ballooning of the concurrency since it doesn't use the AsyncQueue class. This PR addresses this issue.

How it was tested

Tested locally by building rush-lib and confirming output.

@D4N14L D4N14L enabled auto-merge October 27, 2023 22:13
@D4N14L D4N14L merged commit c71e641 into microsoft:main Oct 27, 2023
5 checks passed
@iclanton iclanton deleted the user/danade/FixConcurrency branch October 30, 2023 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants